home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3constr.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_CONSTRAINT_H = 1;
- include("real/objects/r3constructor.js")
-
-
- var R3CLID_CONSTRAINT = 1497;
-
-
-
-
- // Description: Set objects to be constrained
- // Returns: Boolean, true if succeeded
- // p1: Boolean, recursive
- // p3: Object[], null terminated array of objects to be constrained.
-
- R3CONSTRM_SETTARGETS = 1497000;
-
- function mR3CONSTRM_SETTARGETS(p1, p3) {
- return DoA2(this.r3obj, 1497000, p1, R3TID_BOOLEAN, 0, p3, R3TID_OBJECT, R3TNF_ARRAY);
- }
-
-
-
-
-
-
- function r3Constraint () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_CONSTRAINT, arguments);
- }
- // Methods
- this.SETTARGETS=mR3CONSTRM_SETTARGETS;
-
- // Attributes
- }
-
- r3Constraint.prototype=new r3Constructor;
- // r3constr.h_H